Einhugur Word Plugin for Xojo

Paragraph.SetListIndent Method

Sets list indent for the paragraph.

SetListIndent(
   value as EinhugurWord.ListIndent,
   level as Integer)

Parameters

value
The indent to set or nil if wanting to clear existing indent.
level
The level to set. (This can be from 0 to 8).

Remarks

This method can throw InvalidArgumentException if level parameter is out of allowed range.

See Also

Paragraph Class